--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit ce91cab7efafc00618c3b42942f1ac67daf62658
Parents : ff48661
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-09-30T00:49:47+02:00
Updated version and dependencies
Changes
Diff
diff --git a/LXMF/_version.py b/LXMF/_version.py
index 283b03a..a23ef3f 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.1.7"
\ No newline at end of file
+__version__ = "0.1.8"
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 5695c2a..0402bb8 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
- install_requires=['rns>=0.3.8'],
+ install_requires=['rns>=0.3.12'],
python_requires='>=3.6',
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────